home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / utilitys / 57 / pick_rez.txt < prev    next >
Encoding:
Text File  |  1987-04-20  |  2.3 KB  |  55 lines

  1.  
  2. INSTRUCTIONS FOR PICK_REZ.PRG
  3.  
  4. I have a "boot" disk with my favorite ramdisk, screen color, and icon
  5. labels set the way I want them.  Since I usually use medium resolution,
  6. that's the way it's set to boot up.
  7.  
  8. All is fine and dandy until I need to run in low resolution.  If I then
  9. boot with the same disk and switch to low resolution using the "Options"
  10. menu, I lose my screen color and icon labels.
  11.  
  12. So I wrote this little program to be run from an AUTO folder that asks
  13. me what resolution I want and sets it accordingly, as described below.
  14.  
  15. The screen resolution, color, icon labels and positions, and initial
  16. window dimensions are all maintained in the DESKTOP.INF file.  This
  17. program works by maintaining two DESKTOP.INF files on the boot disk:
  18. one for medium resolution and one for low resolution.  It handles the
  19. setting of the resolution by renaming the files before GEM initializes,
  20. so GEM finds the one in the resolution I want to use.  A side benefit
  21. is that because of the way the file names are swapped, it "remembers"
  22. which resolution I was in last time I used the color monitor.
  23.  
  24. To use this method:
  25.  
  26. 1)  Put PICK_REZ.PRG in an AUTO folder.
  27.  
  28. 2)  Set low resolution with the "Options" menu.  Install your icons, set
  29. the screen colors, etc. -- set up the screen the way you want it to look
  30. look when you boot in low resolution.  Save your preferences.  Now RENAME
  31. the DESKTOP.INF file to DESKTOP.LOW.
  32.  
  33. 3)  Set medium resolution.  Configure the screen the way you want it to
  34. look when you boot in medium resolution and save your preferences.  Do
  35. NOT rename this DESKTOP.INF file!
  36.  
  37. 4)  At this point, you'll have two "DESKTOP.INF" files on your disk: one
  38. of them named DESKTOP.INF, and one named DESKTOP.LOW.
  39.  
  40. 5)  Cold-start your computer.  You should get a message stating that
  41. you're in medium resolution and asking if you want to switch to low.
  42. If you answer yes, the current DESKTOP.INF file is renamed DESKTOP.MED
  43. and DESKTOP.LOW is renamed to DESKTOP.INF, so when GEM initializes, it
  44. finds a DESKTOP.INF file calling for low resolution!  And visa versa for
  45. switching the other way.
  46.  
  47. This program is 100% public domain -- use and abuse as you please.  The
  48. source code (in Megamax C) is provided if you want to fiddle with it.
  49.  
  50.  
  51. Tim Ekdom
  52. 72575,1473
  53. April, 1987
  54.  
  55.